home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TTOKENDETAILSFORM / TTOKENDETAILSFORM.txt
Text File  |  2004-10-12  |  895b  |  48 lines

  1. object TokenDetailsForm: TTokenDetailsForm
  2.   Left = 139
  3.   Top = 82
  4.   BorderStyle = bsDialog
  5.   Caption = 'Token Details'
  6.   ClientHeight = 373
  7.   ClientWidth = 612
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lv: TListView
  20.     Left = 8
  21.     Top = 8
  22.     Width = 593
  23.     Height = 317
  24.     Columns = <
  25.       item
  26.         Caption = 'Property'
  27.         Width = 200
  28.       end
  29.       item
  30.         Caption = 'Value'
  31.         Width = 389
  32.       end>
  33.     ReadOnly = True
  34.     TabOrder = 0
  35.     ViewStyle = vsReport
  36.   end
  37.   object bOK: TButton
  38.     Left = 410
  39.     Top = 336
  40.     Width = 89
  41.     Height = 25
  42.     Caption = 'OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.   end
  47. end
  48.